-
21 impact-parameter method
Универсальный англо-русский словарь > impact-parameter method
-
22 lumped-parameter method
Техника: метод сосредоточенных параметровУниверсальный англо-русский словарь > lumped-parameter method
-
23 multiple parameter method
Универсальный англо-русский словарь > multiple parameter method
-
24 single parameter method
1) Морской термин: однопараметрический метод2) Макаров: однопараметрический метод (измерения расхода)Универсальный англо-русский словарь > single parameter method
-
25 small parameter expansion method
Макаров: метод разложения по малому параметруУниверсальный англо-русский словарь > small parameter expansion method
-
26 small parameter method
Техника: метод малого параметраУниверсальный англо-русский словарь > small parameter method
-
27 the method presented gives estimates of the loading parameter k
Математика: представленный методУниверсальный англо-русский словарь > the method presented gives estimates of the loading parameter k
-
28 impact-parameter method
метод параметра удара, метод прицельного параметраEnglish-russian dictionary of physics > impact-parameter method
-
29 lumped-parameter method
English-russian dictionary of physics > lumped-parameter method
-
30 multiple parameter method
English-russian dictionary of physics > multiple parameter method
-
31 single parameter method
English-russian dictionary of physics > single parameter method
-
32 single parameter method
-
33 multiple parameter method
Англо-русский словарь по машиностроению > multiple parameter method
-
34 lumped-parameter method
-
35 parametr metody
• method parameterSłownik polsko-angielski z Elektroniki i Informatyki > parametr metody
-
36 метод малого параметра
Англо-русский словарь технических терминов > метод малого параметра
-
37 PRAM
1) Компьютерная техника: Parallel Random Access Machines2) Военный термин: Allied Mine, Poseidon random-access memory, productivity, reliability, availability, and maintainability, program requirements analysis method3) Техника: Poseidon random access memory, parameter RAM, predictive reliability assessment model, productivity, reliability, availability and maintainability office4) Сокращение: Productivity, Reliability, Availability & Maintainability5) Вычислительная техника: параметрическое ОЗУ (parameter RAM - на компьютерах Apple), Parameter Random Access Memory (RAM, IC, Apple)6) Нефть: отдел контроля производительности, надёжности, эксплуатационной готовности и ремонтопригодности, модель оценки прогнозируемого уровня надёжности (predictive reliability assessment model)7) Расширение файла: Parallel Random-Access Machine, Parameter/Programmable Random Access Memory -
38 pram
1) Компьютерная техника: Parallel Random Access Machines2) Военный термин: Allied Mine, Poseidon random-access memory, productivity, reliability, availability, and maintainability, program requirements analysis method3) Техника: Poseidon random access memory, parameter RAM, predictive reliability assessment model, productivity, reliability, availability and maintainability office4) Сокращение: Productivity, Reliability, Availability & Maintainability5) Вычислительная техника: параметрическое ОЗУ (parameter RAM - на компьютерах Apple), Parameter Random Access Memory (RAM, IC, Apple)6) Нефть: отдел контроля производительности, надёжности, эксплуатационной готовности и ремонтопригодности, модель оценки прогнозируемого уровня надёжности (predictive reliability assessment model)7) Расширение файла: Parallel Random-Access Machine, Parameter/Programmable Random Access Memory -
39 метод сосредоточенных параметров
Большой англо-русский и русско-английский словарь > метод сосредоточенных параметров
-
40 zero
нуль; ноль (точка отсчёта); начало координатных осей; нулевая точка- zero angle - zero beating - zero-center meter - zero charge - zero clearance - zero coding - zero condition - zero conductor - zero correction - zero creep - zero crossing - zero damages - zero-decrement - zero defects - zero degree setting - zero delay - zero dimension - zero distortion - zero drift - zero emission vehicle - zero error - zero error position system - zero flux - zero force - zero gain - zero gas - zero gate - zero grade air - zero graduation - zero grounding - zero heat transfer - zero indicator - zero interval - zero lag - zero lap - zero lash valve lifter - zero level - zero mark - zero marker - zero moment - zero offset - zero operating clearance - zero phase-sequence - zero phase-sequence relay - zero point - zero point error - zero pollution - zero preset - zero pulse marker - zero-rpm - zero scale mark - zero set - zero slip - zero tolerance - zero-type dynamometer - zero visibility - zero voltage - zero welding - zero wire - zero-zero
См. также в других словарях:
Method overriding (programming) — Method overriding, in object oriented programming, is a language feature that allows a subclass to provide a specific implementation of a method that is already provided by one of its superclasses. The implementation in the subclass overrides… … Wikipedia
Method overloading — is a feature found in various programming languages such as Ada, C#, C++ and Java that allows the creation of several functions with the same name which differ from each other in terms of the type of the input and the type of the output of the… … Wikipedia
Method of moments — may refer to: Method of moments (statistics), a method of parameter estimation in statistics Method of moments (probability theory), a way of proving convergence in distribution in probability theory Second moment method, a technique used in… … Wikipedia
Method signature — In computer programming, especially object oriented programming, a method is commonly identified by its unique method signature, which usually includes the method name, and the number, types and order of its parameters.[1] A method signature is… … Wikipedia
Method (computer science) — In object oriented programming, the term method refers to a subroutine that is exclusively associated either with a class (called class methods, static methods, or factory methods) or with an object (called instance methods). Like a procedure in… … Wikipedia
Method (computer programming) — In object oriented programming, a method is a subroutine (or procedure or function) associated with a class. Methods define the behavior to be exhibited by instances of the associated class at program run time. Methods have the special property… … Wikipedia
Method of moments (statistics) — See method of moments (probability theory) for an account of a technique for proving convergence in distribution. In statistics, the method of moments is a method of estimation of population parameters such as mean, variance, median, etc. (which… … Wikipedia
Method of support — In statistics, the method of support is a technique that is used to make inferences from datasets. According to A. W. F. Edwards, the method of support aims to make inferences about unknown parameters in terms of the relative support, or log… … Wikipedia
Method of Four Russians — In computer science, the Method of Four Russians is a technique for speeding up algorithms involving Boolean matrices, or more generally algorithms involving matrices in which each cell may take on only a bounded number of possible values.… … Wikipedia
Method stub — A method stub or simply stub in software development is a piece of code used to stand in for some other programming functionality. A stub may simulate the behavior of existing code (such as a procedure on a remote machine) or be a temporary… … Wikipedia
Named parameter — In computer programming, named parameters or keyword arguments refer to a computer language s support for function calls that clearly state the name of each parameter within the function call itself. Contents 1 Overview 2 Use in programming… … Wikipedia